HighContrast: Update the frame styling
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2015 23:11:18 +0000 (19:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2015 23:11:18 +0000 (19:11 -0400)
Adapt to the changes in the previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 9028759e1d9cb82523d73eedf6e4aaa4f95a644a..dd15e170850e6ff56bf6c9cab1be8a0e28e92c9c 100644 (file)
@@ -1904,6 +1904,7 @@ GtkLevelBar.vertical {
 /**********
  * Frames *
  **********/
+frame,
 .frame {
   border: 1px solid $borders_color;
   &.flat { border-style: none; }
index 4cdfeca76ba174ae9dadedbf93bfd610d881065f..0658b297c215932aa2d6118ecc53624b9ab016dd 100644 (file)
@@ -2101,13 +2101,17 @@ calendar:hover:selected, label:selected, label:selected:focus, label:selected:ho
 /**********
  * Frames *
  **********/
+frame,
 .frame {
   border: 1px solid gray;
   padding: 0; }
+  frame.flat,
   .frame.flat {
     border-style: none; }
+  frame:backdrop,
   .frame:backdrop {
     border-color: #8d8d8d; }
+  frame.action-bar,
   .frame.action-bar {
     padding: 6px;
     border-width: 1px 0 0; }